object frmSpyware: TfrmSpyware Left = 372 Top = 183 AutoScroll = False Caption = 'Spyware' ClientHeight = 453 ClientWidth = 685 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate DesignSize = ( 685 453) PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 449 Height = 49 AutoSize = False Caption = 'Please select files you wish to delete.' Transparent = True end object vtree1: TVirtualDrawTree Left = 8 Top = 32 Width = 662 Height = 377 Anchors = [akLeft, akTop, akRight, akBottom] Font.Charset = DEFAULT_CHARSET Font.Color = 5263440 Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Header.AutoSizeIndex = 0 Header.Font.Charset = DEFAULT_CHARSET Header.Font.Color = clWindowText Header.Font.Height = -11 Header.Font.Name = 'Tahoma' Header.Font.Style = [] Header.Height = 20 Header.Options = [hoDrag, hoHotTrack] ParentFont = False PopupMenu = PopupMenu1 TabOrder = 0 TreeOptions.AutoOptions = [toAutoExpand, toAutoScroll, toAutoScrollOnExpand, toAutoSpanColumns, toAutoTristateTracking, toAutoHideButtons, toAutoDeleteMovedNodes] TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning] TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages] TreeOptions.SelectionOptions = [toDisableDrawSelection, toExtendedFocus, toLevelSelectConstraint, toMiddleClickSelect, toMultiSelect, toRightClickSelect, toSiblingSelectConstraint, toCenterScrollIntoView, toSimpleDrawSelection] OnChecked = vtree1Checked OnDrawNode = vtree1DrawNode OnInitNode = vtree1InitNode OnResize = vtree1Resize Columns = < item Position = 0 Width = 310 end> end object btnOK: TBitBtn Left = 501 Top = 421 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 1 end object btnCancel: TBitBtn Left = 595 Top = 421 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object PopupMenu1: TPopupMenu Left = 312 Top = 112 object SelectAll1: TMenuItem Action = actSelectall end object DeselectAll1: TMenuItem Action = actDeselectall end object InverseSelection1: TMenuItem Action = actInverse end object N1: TMenuItem Caption = '-' end object Ignore1: TMenuItem Action = actIgnore end object N2: TMenuItem Caption = '-' end object OpeninRegedit1: TMenuItem Action = actRegedit end end object ActionList1: TActionList Left = 376 Top = 24 object actSelectall: TAction Caption = 'Select All' OnExecute = actSelectallExecute end object actDeselectall: TAction Caption = 'Deselect All' OnExecute = actDeselectallExecute end object actInverse: TAction Caption = 'Inverse Selection' OnExecute = actInverseExecute end object actIgnore: TAction Caption = 'Ignore' OnExecute = actIgnoreExecute end object actRegedit: TAction Caption = 'Open in Regedit' OnExecute = actRegeditExecute end end end